libxl/xl: Use "firmware" rather than "hvmloader" in API.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 24 May 2011 17:24:58 +0000 (18:24 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 24 May 2011 17:24:58 +0000 (18:24 +0100)
commit160b1835d29998df94de1f181edec7479c45eb5a
tree4eabf199dcc4f917ba35c129ae76313fc3f2b762
parent9c5f7509f48f4785ba6629534863b5f3f5e3ddf2
libxl/xl: Use "firmware" rather than "hvmloader" in API.

23251:0710f53cef4a turned build_info.kernel into
build_info.hvm.hvmloader however this is a rather specific name for a
field which may be used to load things which aren't hvmloader in the
future. Switch to calling the field and associated configuration itmes
"firmware" instead.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.idl
tools/libxl/libxl_create.c
tools/libxl/libxl_dom.c
tools/libxl/xl_cmdimpl.c